This driver was built for Wacom tablets, with dip
switches at factory defaults, connected to an x86
running the released version of Windows NT 3.5.
Contact WACOM for drivers for MIPS, Alpha, and 
PowerPC machines.

NOTE: The WACOM control panel is not yet available
for Windows NT. The manual only documents the
configuration for Windows 3.1.

INSTALLING THE WACOM TABLET ON AN NT i386 MACHINE

Run setup.exe from inside WINDOWS NT. If your
tablet is not on the list choose anything, the
driver should work unless you have a very old SD-510.
In which case read on.

If the driver does not work, look below and make
the given modifications manually. 

Alternatively you can make the all the changes
yourself.

Copy the files wacom.sys and penclass.sys to the 
\winnt\system32\drivers directory on your NT machine.
Copy penw.dll to the \winnt\system32 directory.  

Run the program regedt32.exe. 
Go to the Window with title HKEY_LOCAL_MACHINE. 
Open the folder 'SYSTEM'.
Open the folder 'CurrentControlSet'. 
Highlight the folder 'Services'.
Under the Edit menu select Add Key. 
Type in the Key Name 'Wacom', and select OK. 
Open the newly created 'Wacom' folder. 
Under the Edit menu select Add Value.

Add these values:

Value Name      Data Type       Editor value

Type            REG_DWORD       1
Start           REG_DWORD       1
Group           REG_SZ          Pointer Port
ErrorControl    REG_DWORD       1
Tag             REG_DWORD       5

Highlight the 'Wacom' folder and under the Edit menu select Add Key.
Type in the Key Name 'Parameters', and select OK.
Open the newly created 'Parameters' folder. Add these values:

Value Name                      Data Type       Editor value

Pressure                        REG_DWORD       if using pressure stylus
						on an SD tablet: 1;
						else 0

Baud                            REG_DWORD       if the tablet operates
						at 19.2k baud : 192;
						else 96

ComPort                         REG_DWORD       comm port number
						as defined below:

						1 = Com1
						2 = Com2
						3 = Com3  
						4 = Com4  -- untested   

TabletNumber    REG_DWORD       tablet number as
				defined below:
(remember to select Decimal not Hex; or do the conversion yourself)                               
				1 = SD-510C
				2 = SD-420
				3 = SD-320
				4 = SD-310
				5 = SD-210
				6 = SD-110
				7 = SD-113
				8 = SD-010
				9 = SD-013
			       10 = SDqrst          // reserved
			       11 = MS-2000
			       12 = PL-100
			       13 = PL-200
			       14 = PL-102
			       15 = PL-100         // PL 100V at European
						   // resolution
			       16 = PLefg          // reserved
			       17 = PLijk          // reserved
			       18 = UD-0608
			       19 = KT-0405
			       20 = UDabcd         // reserved
			       21 = UDefgh         // reserved
			       22 = UDijkl         // reserved
			       23 = UD-1212
			       24 = UD-1218
 
Highlight the 'Services' folder and under the Edit menu select Add Key.
Type in the Key Name 'PenClass', and select OK.
Open the newly created 'PenClass' folder. Add these values:

Value Name      Data Type       Editor value

Type            REG_DWORD       1
Start           REG_DWORD       1
Group           REG_SZ          Pen Class
ErrorControl    REG_DWORD       1
Tag             REG_DWORD       5

Highlight the 'PenClass' folder and under the Edit menu select Add Key.
Type in the Key Name 'Parameters', and select OK.
Open the newly created 'Parameters' folder. Add these values:
Value Name                      Data Type       Editor value

PointerDeviceBaseName           REG_SZ          PointerPort

PointerPortBaseName             REG_SZ          PenPort


Highlight the 
'SYSTEM\CurrentControlSet\Control\ServiceGroupOrder' folder 
and edit the "List" value.
Add the string "Pen Class" (no quotes) between the strings
"Pointer Port" and "Pointer Class".

(Note: This way the penclass.sys will load after the wacom.sys and before 
mouclass.sys. So the wacom can control the mouse cursor the same as any other 
mouse driver) 


Highlight the 
'SYSTEM\CurrentControlSet\Services\EventLog\System' folder 
and add the following keys "penclass" and "wacom".
then edit the REG_MULTI_SZ "Sources" value.
Add the strings "wacom" and "penclass"(no quotes).

In new "penclass" subfolder, add the following values:
Value 1 Name: TypesSupported
Data Type: REG_DWORD
Editor value: 7
Value 2 Name: EventMessageFile
Data Type: REG_EXPAND_SZ
Editor value: %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\penclass.sys

In new "wacom" subfolder, add the following values:
Value 1 Name: TypesSupported
Data Type: REG_DWORD
Editor value: 7
Value 2 Name: EventMessageFile
Data Type: REG_EXPAND_SZ
Editor value: %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\wacom.sys

Direct any questions about setup or driver updates to Tom Picard 
at Wacom Technology (206)750-8884 ext 141. Fax (296) 750-8924.

Extra values are transmitted via GetMessageExtraInfo( ). 
See dev32 directory.
 
